/* Dashboard */

.bg-yellow{
    background-color: #f89d1c;
}
.bg-red{
    background-color: #eb3d44;
}
.bg-green{
    background-color: #37b34a;
}
.bg-lightblue{
    background-color: #4aa5dc;
}
.bg-purple{
    background-color: #835294;
}

body[data-sidebar-color=dark] #top5vulnerabilities table tr td:last-child,
body[data-sidebar-color=dark] #summary-assessment-report table tr td:last-child span {
    color: #000 !important;
}


.dropdown-menu::-webkit-scrollbar {
    width: .45em;
  }
   
  .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    border-radius: 40px;
  }
   
  .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 40px;
  }
  .dropdown-menu.w150{
      max-height: 210px !important;
      scrollbar-color: #666 #C2D2E4;
      overflow-x: hidden;
      scrollbar-width: 10px;
  }
#summary-assessment-report table tr td:last-child span {
    padding: 2px 8px;
    border-radius: 60px;
}

.parsley-errors-list>li:before {
    font-family: Material Design Icons;
}
/* .highlighted_bg{
    color: #e6e6e6;
} */
.nav-justified > .nav-link, .nav-justified .nav-item{
    flex-basis: auto;
}

/* CAP Module */

.cap-risk-level {
    margin: 38px 0;
}

.cap-risk-level .progress {
    margin-bottom: 32px;
}

.pull-right {
    float: right;
}

.cap-module-table tr {
    cursor: pointer;
}

.cap-management-form select {
    background: url('/assets/images/downward-arrow.png') no-repeat top 15px right 12px;
    background-size: 10px;
}

.top-charts-section .col-md-2 {
    width: 19.66667%;
}

.apexcharts-toolbar {
    display: none !important;
}

.total-risks h1 {
    font-size: 3.25rem;
}

.fixed-height {
    height: 361px;
}

.fixed-height2 {
    height: 314px;
}

.dataTables_paginate .pagination {
    justify-content: flex-end;
}

.edit-scope i {
    cursor: pointer;
    color: #f1556c;
    margin-left: 3px;
}

.action-icon1 {
    font-size: 18px;
    color: #222945;
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px;
}

.organization-scope-table .progress {
    height: 15px;
    font-size: 12px;
}

.add-new {
    padding: 0.21rem 0.9rem;
}

.profile-dropdown i {
    line-height: 21px;
}

#progressbarwizard label {
    margin-bottom: 0.5rem;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #212a44;
}

.nav-link:focus,
.nav-link:hover {
    color: #ED7612;
}

.table-responsive {
    border: 0;
}

.btn-toolbar {
    margin-bottom: 20px;
}

.cap-cards-height {
    min-height: 374px;
}

.cap-cards-height2 {
    min-height: 358px;
}

span.report_color_tag {
    padding: 2px 8px;
    border-radius: 60px;
}


/* Assessment Program */

.assessment-table {
    border: 1px solid #eaeaea !important;
}

.overall-completion {
    padding: 30px 0;
}

.overall-completion h1 {
    margin-bottom: 60px;
}

.overall-completion-section {
    min-height: 395px;
}

.no-assessment-section {
    padding: 40px 0;
}

.no-assessment-section .alert-icon {
    font-size: 60px;
    color: #f1556c;
}

.no-assessment-section h3 {
    margin-bottom: 30px;
}

.no-assessment-section p {
    font-size: 15px;
}

.radio-options {
    width: 7%;
}

.bg-dark h5 {
    color: #fff;
}

.header-right-icons {
    margin-right: 25px;
}

.question_row .dropzone {
    min-height: auto;
    padding: 15px;
}

.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-header h5 {
    color: #343a40;
}

.offcanvas-body {
    color: #343a40;
    padding-top: 30px;
}

.offcanvas-body h5 {
    line-height: 22px;
}

.offcanvas-body p {
    line-height: 20px;
}

.custom-accordion .accordion-arrow {
    top: -2px !important;
}

.swal2-modal .swal2-confirm {
    background-color: #193a59 !important;
    border-color: #193a59;
}
.swal2-modal .swal2-confirm:hover{
    border-color: #193a59;
}

/* Assessment Report */

.nav-link {
    color: #223655;
}

#scope-overview-report {
    margin-bottom: 10px;
}

#scope-overview-report table tr th {
    background-color: #f3f7f9;
    color: #343a40;
}

.assessment-report .table thead tr th,
.assessment-report .table tbody tr th {
    background-color: #f3f7f9;
    color: #343a40;
}


/* NIST CSF Scorecard */

.nist-table thead tr th,
.nist-table tbody tr th {
    background-color: #f3f7f9;
    color: #343a40;
}

.nist-csf-scorecard .badge {
    white-space: normal;
}


/* Wizard steps css */

.steps {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0 2rem 0;
    list-style: none;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    pointer-events: none;
}

.step--active,
.step--complete {
    cursor: pointer;
    pointer-events: all;
}

.step:not(:last-child):before,
.step:not(:last-child):after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.25rem;
    content: '';
    transform: translateY(-50%);
    will-change: width;
}

.step:before {
    width: 100%;
    background-color: #e6e7e8;
}

.step:after {
    width: 0;
    background-color: #ed7612;
}

.step--complete:after {
    width: 100% !important;
    opacity: 1;
    transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e6e7e8;
    border: 0.25rem solid #e6e7e8;
    border-radius: 50%;
    color: transparent;
    font-size: 2rem;
}

.step__icon:before {
    display: block;
    color: #fff;
    content: '\2713';
    font-size: 24px;
}

.step--complete.step--active .step__icon {
    color: #fff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.step--incomplete.step--active .step__icon {
    border-color: #53b795;
    transition-delay: 0.5s;
    background-color: #53b795;
}

.step--complete .step__icon {
    animation: bounce 0.5s ease-in-out;
    background-color: #53b795;
    border-color: #53b795;
    color: #fff;
    z-index: 9;
}

.step__label {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    margin-top: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.step--incomplete.step--inactive .step__label {
    color: #e6e7e8;
}

.step--incomplete.step--active .step__label {
    color: #fff;
}

.step--active .step__label {
    transition: color 0.3s ease-in-out;
    transition-delay: 0.5s;
}


/* My Accounts Page */

.navtab-bg .nav-link {
    background-color: #f4f5f7;
    font-size: 15px;
}

.navtab-bg .nav-link i {
    margin-right: 5px;
    font-size: 16px;
}

.dropzone {
    position: relative;
}

.remove-profilePic {
    position: absolute;
    right: 35px;
    top: 80px;
}

.p-relative {
    position: relative;
}

.account-page-right .card-body {
    min-height: 455px;
}

body[data-topbar-color=dark] .logo-dark {
    display: block;
}

body[data-topbar-color=dark] .logo-light {
    display: none;
}
body[data-topbar-color=dark] .topnav-menu{
    display: flex;
    align-items: center;
}
body[data-topbar-color=dark] #sidebar-menu>ul>li>a.active, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:active, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:focus, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:hover {
    color: #ED7612 !important;
}
body[data-topbar-color=dark] #sidebar-menu>ul>li>a.active, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:active, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:focus, body[data-topbar-color=dark] #sidebar-menu>ul>li>a:hover {
    color: #ED7612 !important;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active > a {
    color: #ED7612;
}
body[data-sidebar-color=dark] .nav-second-level li a:focus, body[data-sidebar-color=dark] .nav-second-level li a:hover {
    color: #ED7612 !important;
}
body[data-topbar-color=dark] .step--incomplete.step--active .step__icon{
    border-color: #ED7612;
    background-color: #ED7612;
}
body[data-topbar-color=dark] #businessDetail .nav-pills .nav-link.active, body[data-topbar-color=dark] #businessDetail .nav-pills .show>.nav-link{
    background-color: #ed7612;
    color: #fff;
    border-bottom: 2px solid #ed7612;
}
body[data-sidebar-color=dark] .scope_detail_update .nav-item .nav-link{
    color: #fff;
}
body[data-topbar-color=dark] .activeEmployees, body[data-topbar-color=dark] .activeRevenues, body[data-topbar-color=dark] .activeCustomers, body[data-topbar-color=dark] .activeEnvironment {
    border: 2px solid #ed7612 !important;
    color: #ed7612 !important;
}
body[data-topbar-color=dark] .step--complete .step__icon{
    background-color: #ed7612;
    border-color: #ed7612;
}
body[data-sidebar-color=dark] .step--complete .step__icon:before{
    color: #fff;
}
body[data-sidebar-color=dark] .page-title-box .bg-dark{
    color: #303841 !important;
}
body[data-topbar-color=dark] .content-page{
    padding-top: 20px;
}
body[data-sidebar-color=dark] .form-control[readonly] {
    background-color: #3b4651;
}
body[data-topbar-color=dark] .swal2-title{
    color: #595959;
}
body[data-sidebar-color=dark] .page-title-box .card-header h5{
    color: #303841 !important;
}
body[data-sidebar-color=dark] i.mdi.mdi-chevron-down.accordion-arrow{
    color: #333;
}
.pic {
    height: 200px !important;
}


/* Settings Page */

.color-scheme p {
    font-weight: 600;
}

.mr-8 {
    margin-right: 8px;
}


/* Risk Register Page */

.risk-cards-height {
    min-height: 430px;
}


/* HIPAA */

#gaugechart_complianceScorecard-license-text,
#gaugechart_overallResidualRisk-license-text {
    display: none !important;
}

.administrative-section .card-body,
.technical-section .card-body,
.physical-section .card-body {
    padding: 0.75rem;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* Vulnerability Page */

.form-control:disabled,
.form-control[readonly] {
    background-color: #ebebeb;
}

.height-235 {
    height: 235px;
}

.height-180 {
    height: 180px;
}

.no_of_scans h3 {
    line-height: 34px;
}


/* Scoping Module */

#businessDetail .nav-pills .nav-link.active,
#businessDetail .nav-pills .show>.nav-link {
    background-color: #fff;
    color: #223655;
    border-bottom: 2px solid #223655;
}

.no_of_employees .form-check {
    border: 2px solid #ced4da;
    padding: 21px 10px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #6C829C;
    font-size: 16px;
    line-height: 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.no_of_employees .form-check i {
    font-size: 30px;
}

.no_of_employees .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.no_of_employees .form-check label {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.activeEmployees {
    border: 2px solid #223655 !important;
    color: #223655 !important;
}

.revenues .form-check {
    border: 2px solid #ced4da;
    padding: 21px 10px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #6C829C;
    font-size: 16px;
    line-height: 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.revenues .form-check i {
    font-size: 30px;
}

.revenues .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.revenues .form-check label {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.activeRevenues {
    border: 2px solid #223655 !important;
    color: #223655 !important;
}

.no_of_customers .form-check {
    border: 2px solid #ced4da;
    padding: 21px 10px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #6C829C;
    font-size: 16px;
    line-height: 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.no_of_customers .form-check i {
    font-size: 30px;
}

.no_of_customers .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.no_of_customers .form-check label {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.activeCustomers {
    border: 2px solid #223655 !important;
    color: #223655 !important;
}

.physical_working_environment .form-check {
    border: 2px solid #ced4da;
    padding: 21px 10px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #6C829C;
    font-size: 16px;
    line-height: 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.physical_working_environment .form-check i {
    font-size: 30px;
}

.physical_working_environment .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.physical_working_environment .form-check label {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.activeEnvironment {
    border: 2px solid #223655 !important;
    color: #223655 !important;
}


/* Papaya Login */

.papaya-bg {
    background-image: url(/assets/images/bg-pattern-papaya.jpg) !important;
}

.papaya-bg .parsley-success {
    border-color: #1abc9c;
}

.btn-orange {
    background-color: #ED7612;
    border-color: #ED7612;
    box-shadow: none;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:visited,
.btn-orange:focus {
    background-color: #ED7612;
    border-color: #ED7612;
    box-shadow: none;
}

.btn-pink {
    background-color: #E62C63;
    border-color: #E62C63;
    box-shadow: none;
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:visited,
.btn-pink:focus {
    background-color: #E62C63;
    border-color: #E62C63;
    box-shadow: none;
}

.border-orange {
    border-color: #ED7612;
}

.text-orange {
    color: #ED7612 !important;
}

a:hover {
    color: #ED7612;
}


/* Papaya New Styles */

#sidebar-menu>ul>li>a.active,
#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #223655 !important;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover {
    color: #223655 !important;
}

.btn-success,
.btn-primary {
    background-color: #E62C63;
    border-color: #E62C63;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:visited,
.btn-success:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active {
    background-color: #E62C63;
    border-color: #E62C63;
}

.page-item.active .page-link {
    background-color: #E62C63;
    border-color: #E62C63;
}

a {
    color: #223655;
}

#sidebar-menu .menuitem-active>a {
    color: #223655;
}

.btn-danger {
    background-color: #E62C63;
    border-color: #E62C63;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:visited,
.btn-danger:active {
    background-color: #E62C63;
    border-color: #E62C63;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #223655;
}


/* Subscription Page */

.card-pricing-recommended {
    background-color: #183958;
}

.card-pricing {
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.card-pricing:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    border-color: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)!important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)!important;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)!important;
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)!important;
}

.ribbon2 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 98px;
    height: 98px;
    text-align: right;
}

.ribbon2 span {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 125px;
    display: block;
    background: #ED7612;
    background: linear-gradient(#ff9d4a 0, #ED7612 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 26px;
    left: -26px;
}

.ribbon2 span::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}

.ribbon2 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000;
}

.card-pricing .card-pricing-features {
    color: #666;
}

.btn-outline-primary {
    color: #e62c63;
    border-color: #e62c63;
}

.btn-outline-primary:hover {
    background-color: #e62c63;
    border-color: #e62c63;
}

.card-pricing-box {
    margin-top: -65px;
    background-color: #E62C63;
    color: #fff;
    padding: 20px 30px;
    margin-bottom: 25px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
    border-radius: 4px;
    position: relative;
}

.card-pricing-box h4 {
    text-transform: uppercase;
    color: #fff;
}

.card-pricing-box h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 35px 4px 0;
    line-height: 30px;
    color: #fff;
}

.card-pricing-box h1 span {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 1px;
    font-weight: normal;
}

.card-pricing .card-pricing-features li {
    font-size: 1rem;
    font-weight: 500;
}

.card-pricing .btn-primary,
.card-pricing .btn-outline-primary {
    padding: 15px 52px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.bg-orange {
    background-color: #ED7612;
}

.bg-darkblue {
    background-color: #223655;
}

.bg-green {
    background-color: #92c705;
}

.card-pricing2 .card-pricing-features li {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
}

.card-pricing2 .card-pricing-recommended .card-pricing-features li {
    border-bottom: 1px solid #1f476c;
}

.card-pricing2 .card-pricing-features li:last-child {
    border-bottom: 0;
}


/* Checkout Page */

.form-check-input:checked {
    background-color: #ED7612;
    border-color: #ED7612;
}

.subscription-details table {
    border-color: transparent;
}

.subscription-details table td {
    border-color: #eaeaea;
    font-size: 15px;
}


/* Learning Management */

.badge-soft-primary {
    color: #e62c63 !important;
    background-color: rgb(221 88 158 / 18%);
}

.mt-22 {
    margin-top: 22px;
}


/* Scoping Summary Page */

.technologies-used i {
    font-size: 25px;
}


/* Quiz Page Admin */

.admin-quiz-view ul li {
    margin: 10px 0;
}


/* Extended Tour Page */

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #e62c63 !important;
    padding: 0 !important;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
    background-color: #193958 !important;
    border-color: #193958 !important;
}


/* Media Queries */

@media (min-width: 576px) {
    #delete-module .modal-dialog {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1400px) {
    .card-pricing-box h1 {
        font-size: 2rem;
    }
    .card-pricing .btn-primary,
    .card-pricing .btn-outline-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
    .card-pricing .card-pricing-features li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .top-charts-section .col-md-2 {
        width: 33.33%;
    }
    .radio-options {
        width: 12%;
    }
    .card-pricing-box h1 {
        font-size: 3rem;
    }
    .card-pricing .btn-primary,
    .card-pricing .btn-outline-primary {
        padding: 15px 52px;
        font-size: 15px;
    }
    .card-pricing .card-pricing-features li {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .top-charts-section .col-md-2 {
        width: 50%;
    }
    .risk-cards-height {
        min-height: auto;
    }
    #subscription-list h3 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-height,
    .fixed-height2,
    .height-235,
    .height-180 {
        height: auto;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
    .administrative-section .card-body,
    .technical-section .card-body,
    .physical-section .card-body {
        text-align: center;
    }
    .administrative-section .avatar-lg,
    .technical-section .avatar-lg,
    .physical-section .avatar-lg {
        display: inline-block;
        margin-bottom: 10px;
    }
    .compliance-scorecard {
        height: auto !important;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1700px) {
    .administrative-section h4,
    .technical-section h4,
    .physical-section h4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .administrative-section .col-xl-3,
    .technical-section .col-xl-3,
    .physical-section .col-xl-3 {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1199px) {
    .administrative-section .col-xl-3,
    .technical-section .col-xl-3,
    .physical-section .col-xl-3 {
        width: 50%;
    }
    .administrative-section h4,
    .technical-section h4,
    .physical-section h4 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .administrative-section .col-xl-3,
    .technical-section .col-xl-3,
    .physical-section .col-xl-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .top-charts-section .col-md-2 {
        width: 100%;
    }
    .header-right-icons {
        margin-right: 0;
        width: 100%;
        display: block !important;
        margin-top: 10px;
    }
    .radio-options {
        width: 17%;
    }
}

@media only screen and (max-width: 575px) {
    .nist-csf-scorecard h5 .badge {
        margin-top: 10px;
    }
    .edit-module,
    .create-test-button {
        float: none !important;
    }
    .edit-module a,
    .create-test-button a {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .assessment-table .progress {
        width: 200px;
    }
    .btn-toolbar .pull-right {
        float: none !important;
        margin-top: 12px;
    }
    .cap-cards-height {
        min-height: auto;
    }
    .cap-cards-height2 {
        min-height: auto;
    }
    .radio-options {
        width: 100%;
    }
    .maturity-section .avatar-lg {
        width: 220px !important;
        height: 220px !important;
        margin-bottom: 20px;
    }
}

.message-notification-list .noti-icon-badge {
    position: absolute;
    top: 16px;
    right: 10px;
}

.message-notification-list .nav-link {
    padding: 5px 15px !important;
    color: #6c757d !important;
}
.message-notification-list .nav-link:hover {
    color: #2892fd !important;
}